home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Amiga Plus 2004 #9
/
Amiga Plus CD - 2004 - No. 09.iso
/
amigaplus
/
tools
/
amigaos4_only
/
ifxlite
/
imagefx3
/
rexx
/
grabscreen.ifx
< prev
next >
Wrap
Text File
|
2004-08-03
|
314b
|
21 lines
/*
* $VER: GrabScreen 2.0.1 (8.6.94)
*
* Arexx program for the ImageFX image processing system.
* Written by Thomas Krehbiel
*
* GrabScreen - simple screen grabbing utility.
*
*/
OPTIONS RESULTS
DO FOREVER
GrabBuffer
IF rc ~= 0 THEN LEAVE
SaveBufferAs ILBM
IF rc ~= 0 THEN LEAVE
END
EXIT